github.com/refraction-networking/utls.clientHandshakeState.hello (field)
17 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L36: hello *clientHelloMsg
handshake_client.go#L390: hello: hello,
handshake_client.go#L599: if err := transcriptMsg(hs.hello, &hs.finishedHash); err != nil {
handshake_client.go#L659: c.ekm = ekmFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random)
handshake_client.go#L666: if hs.suite = mutualCipherSuite(hs.hello.cipherSuites, hs.serverHello.cipherSuite); hs.suite == nil {
handshake_client.go#L749: err = keyAgreement.processServerKeyExchange(c.config, hs.hello, hs.serverHello, c.peerCertificates[0], skx)
handshake_client.go#L799: preMasterSecret, ckx, err := keyAgreement.generateClientKeyExchange(c.config, hs.hello, c.peerCertificates[0])
handshake_client.go#L816: hs.hello.random, hs.serverHello.random)
handshake_client.go#L818: if err := c.config.writeKeyLog(keyLogLabelTLS12, hs.hello.random, hs.masterSecret); err != nil {
handshake_client.go#L879: keysFromMasterSecret(c.vers, hs.suite, hs.masterSecret, hs.hello.random, hs.serverHello.random, hs.suite.macLen, hs.suite.keyLen, hs.suite.ivLen)
handshake_client.go#L900: return hs.session != nil && hs.hello.sessionId != nil &&
handshake_client.go#L901: bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
handshake_client.go#L934: if err := checkALPN(hs.hello.alpnProtocols, hs.serverHello.alpnProtocol, false); err != nil {
handshake_client.go#L1040: if !hs.hello.ticketSupported {
u_handshake_client.go#L564: hs12.hello = hello
u_public.go#L148: hello: chs.Hello.getPrivatePtr(),
u_public.go#L172: Hello: chs12.hello.getPublicPtr(),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |